home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / alltext.arc / STAYRES.TXT < prev    next >
Encoding:
Text File  |  1987-07-19  |  3.3 KB  |  76 lines

  1.                                Stay-Res
  2.           
  3.       Makes Compiled BASIC Programs Memory Resident in as little as 7K*
  4.              
  5.                     (Demonstration disk available)
  6.  
  7.  
  8.                               Published by
  9.                
  10.                     MicroHelp, Inc.
  11.                 2220 Carlyle Dr.
  12.                   Marietta GA 30062-5841
  13.               (404) 973-9272  (800) 922-3383
  14.  
  15.  
  16. Now you can write your own SideKick! We've done all the hard work for you.
  17. Pop up your programs with a selectable hot key or with a POKE from another
  18. program.
  19.  
  20. Stay-Res is compatible with Microsoft QuickBASIC (all versions) but
  21. programs compiled with QuickBASIC 2+ require DOS 3.x to run. In addition,
  22. Stay-Res works with IBM BASCOM 1.0 and 2.0 as well as Microsoft's
  23. "generic" compiler version 5.36.
  24.      
  25. Stay-Res comes in the form of an .obj module that you LINK on to the front
  26. of your program. Inside your program, you have one or more CALL statements
  27. that reference Stay-Res.
  28.      
  29. You must have the BASIC source code for any program you want to become
  30. memory-resident. In addition, the program must be compiled as a
  31. "standalone" program (using the /O switch) and cannot use the /d, /v and
  32. /w switches.
  33.      
  34. There is no limit on your program size with QuickBASIC and BASCOM 2.0.
  35.      
  36. Stay-Res is compatible with and can be popped up over SideKick, Superkey,
  37. Microsoft Word, Lotus 1-2-3, the BASIC interpreter, QuickBASIC (except
  38. version 2.01) and any other program that does not "steal" the keyboard
  39. interrupt (INT 9H).
  40.      
  41. The only reported incompatibility we've had with Stay-Res is DesqView -
  42. the reason is simple - both programs are trying to accomplish the same
  43. thing and do it in a similar fashion.
  44.      
  45. Stay-Res includes the following features:
  46.      
  47.       1. Automatic screen save (when you pop up) and restore (when you pop
  48.          back down) for text and 16K graphics modes. Mach 2 can also save
  49.      EGA graphics images if you need to pop up over EGA graphics screens.
  50.       2. Screen images can be saved inside BASIC's string space (if you have
  51.          room) or outside of BASIC's data area if not.
  52.       3. Selectable hot key, including shift status.
  53.       4. "Snow checking" during screen save and restore can be on or off.
  54.       5. Programs can be popped up with a POKE from another program.
  55.       6. Change the video mode independent of BASIC.
  56.       7. True SHELL facility (before or instead of becoming resident). Allows
  57.          use of SHELL with all the compatible compilers shown above, including
  58.      SHELL'ing other BASIC programs (compiled or interpreted).
  59.       8. Ability to remove the resident program from memory, returning all
  60.          used memory back to DOS.
  61.       9. Multiple Stay-Res assisted programs can be in memory at the same time
  62.          (each one must have a unique hot key).     
  63.  
  64. *    The EMS/disk module (DOS 3+) provides these additional features:
  65.      
  66.       1. Use Lotus/Intel/Microsoft expanded memory for program storage -
  67.          your program takes only 7K of DOS memory. EMS memory, if present,
  68.      will automatically be used for program storage but you can tell
  69.      Stay-Res NOT to use it if you wish.
  70.       2. Allows use of RAM or hard disk for program storage - your program
  71.          takes only 7K of DOS memory.
  72.       3. Determine if sufficient EMS memory is available before becoming
  73.          resident.                    
  74.      
  75.  
  76.